home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickDraw GX / Programming Stuff / Sample Code / Printing Samples / Extensions… / Extension Shell ƒ / About Extension… next >
Encoding:
Text File  |  1995-04-10  |  813 b   |  21 lines  |  [ttro/ttxt]

  1. About “Extension”…
  2.  
  3. “Extension” is a simple shell for writing printing extensions.
  4.  
  5. Its default behavior adds a panel to the print dialog and makes your Macintosh beep every time a page is spooled.  The extension can be turned on and off through the print panel.  It's turned on by default.
  6.  
  7. This extension shows:
  8.  
  9. • How to write an extension which installs a panel, handles panel events and uses the way-cool ‘xdtl’ resources.
  10.  
  11. • How to perform simple message overrides.
  12.  
  13. • How to easily set up an A5 world so that you can access global data.
  14.  
  15. When you sit down to write your own extensions, start with this shell and change it to suit your needs.  Since so much code remains the same from extension to extension, there’s no point in rewriting it all.
  16.  
  17. Dave Hersey
  18. Apple Developer Technical Support
  19.  
  20. 7/14/94
  21. v1.0